home *** CD-ROM | disk | FTP | other *** search
- Back to MENU
- Back to FUNCTIONS
- Template
- --------
-
- General:
-
- The TEMPLATE button automatically inserts a default HTML document
- template at the position of the cursor. If the cursor is positioned
- on a line with text on, that text is inserted between the TITLE
- tags.
-
- Syntax:
-
- <HTML> - Denotes start of HTML document
- <HEADER> - Denotes start of header
- <TITLE> - Denotes start of title
- {Title text} - Title text (appears in WWW browser window bar)
- </TITLE> - Denotes end of title text
- </HEADER> - Denotes end of header
- <BODY> - Denotes start of body
- {The Body} - The body
- </BODY> - Denotes end of body
- </HTML> - Denotes end of HTML document
-
- More explanation of the HTML document structure is provided in the
- PRIMER .
-
- Use:
-
- 1 - Double click on the "Template" item. The tags will be inserted.
-
- or
-
- 1 - SELECT the text that you wish to call the page's title.
- 2 - Double click on the "Template" item. The tags will be inserted.
-
- Example:
-
- <HTML>
- <HEADER>
- <TITLE> English Mustards </TITLE>
- </HEADER>
- <BODY>
- ...
- </BODY>
- </HTML>
-